Websydian v6.1 online documentationOnline documentation - WebsydianExpress v3.5

WebsydianExpress - Message


WSE0183 - Java Class not Found

Error message       

Could not load class &1_ObFnc. Check that the file &1_ObFnc.class is in the package list.

Parameters

&1 - Class name

Description

Only relevant for Java. The WebsydianExpress runtime calls certain functions dynamically and in order to find the Java class for a function the WebsydianExpress runtime uses a package list that defined the packages to search through.

The error message means that the Java class for the specified function could not be found in the package list.

Action

Check that:

  1. The package containing the Java class is included in the package list.
  2. The Java class is in the application JAR file.